Make days gray that are not in the current month.
https://bugzilla.gnome.org/show_bug.cgi?id=753357
border-bottom-color: mix($backdrop_borders_color,$backdrop_bg_color,50%);
}
}
+
+ &:inconsistent, &:inconsistent:backdrop,
+ &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
}
/***********
GtkCalendar.header:backdrop {
background-image: linear-gradient(to bottom, #fff);
border-bottom-color: #c5c5c5; }
+ GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop {
+ color: alpha(currentColor,0.55); }
/***********
* Dialogs *